home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- baOpenURL(the moviePath & "DATA\Registration Form for FR 5.0\index.html", "maximised")
- end
-
- on beginSprite me
- if inside(point(the mouseH, the mouseV), sprite(me.spriteNum).rect) and not (the mouseDown) then
- cursor(280)
- else
- cursor(0)
- end if
- end
-
- on mouseEnter
- cursor(280)
- end
-
- on mouseLeave
- cursor(0)
- end
-
- on endSprite
- cursor(0)
- end
-